home *** CD-ROM | disk | FTP | other *** search
/ Gamers Delight 2 / Gamers Delight 2.iso / Aminet / game / role / adms1_1.lha / Kroz / Kroz.rooms < prev    next >
Text File  |  1994-07-14  |  2KB  |  51 lines

  1. ;
  2. ; Rooms for Kroz I by Adam Dawes.
  3. ;
  4.  
  5. room = trashcan
  6.     "Trashcan"
  7.     "This is the trashcan. The player can never actually get here, but \
  8.       this is a very handy way of creating and destroying objects. To \
  9.       destroy an object, send it here. If you have hidden objects that \
  10.       are to be revealed later in the game, have them start here and \
  11.       retrieve them when you need to. Of course, this huge room \
  12.       description is completely unnecessary, but lets you know what to \
  13.       do with the trashcan. :)"
  14.  
  15. room = bedroom
  16.    "Bedroom"
  17.    "You're in your bedroom. Something seems distinctly odd! To \
  18.       the north is the white door which leads in to the hallway. It seems \
  19.       to be leaning at a slight angle though! There is a window in the \
  20.       east wall in front of which hangs a heavy black curtain. A small \
  21.       switch is set in the wall next to the door."
  22.    startloc entered      ; entered as room description auto 1st time
  23.  
  24. room = hallway
  25.    "Hallway"
  26.    "You're in the hallway of your house. A door to the south marks the \
  27.       entrance to your bedroom, and a doorway to the west leads in to the \
  28.       bathroom. A small flight of stairs leads down to the ground floor."
  29.    light
  30.  
  31. room = bathroom
  32.    "Bathroom"
  33.    "You're in your bathroom. The floor is tiled in a tasteful mosaic \
  34.       pattern. Through a doorway to the east is the hall."
  35.    light
  36.       
  37. room = kitchen
  38.    "Kitchen"
  39.    "You're in your kitchen. Everything in the kitchen seems quite normal, \
  40.       but your attention is quite quickly drawn to the huge swirling \
  41.       vortex that seems to have replaced the southern wall of the room. \
  42.       The vortex seems to be slowly dragging you towards it. A flight of \
  43.       stairs here lead to the upper floor of your house, and all other \
  44.       exits are obscured by the vortex."
  45.    light
  46.  
  47. room = ropebridge
  48.    "Rope Bridge"
  49.    "You're on the rope bridge."
  50.    light
  51.